home *** CD-ROM | disk | FTP | other *** search
- set("_level0/data:password","");
- set("_level0/data:confirm_password","");
- set("_level0/data:new_password","");
- if(typeof error eq "string")
- {
- Number(error);
- }
- if(error == 1)
- {
- errormsg = "Sorry, you have entered your existing password incorrectly.";
- error = null;
- }
- else if(error == 2)
- {
- errormsg = "Sorry, the new password and confirmation password do not match.";
- error = null;
- }
- else if(error == 3)
- {
- errormsg = "Sorry, your new password needs to be at least eight characters.";
- error = null;
- }
- stop();
-